Einhugur Xml Plugin for Xojo
EinhugurXml.XPathType Enum
XPath value type codes for use with XPath variables.
enum EinhugurXml.XPathType
Constants
TYPE_NONE = 0
Unknown type (query failed to compile).
TYPE_NODE_SET = 1
Node set (xpath_node_set).
TYPE_NUMBER = 2
Number.
TYPE_STRING = 3
String.
TYPE_BOOLEAN = 4
Boolean.